wayland: Require wayland-client 1.1.90
authorAlexander Larsson <alexl@redhat.com>
Tue, 4 Jun 2013 09:27:56 +0000 (11:27 +0200)
committerAlexander Larsson <alexl@redhat.com>
Wed, 3 Jul 2013 12:34:13 +0000 (14:34 +0200)
This has the new methods required for buffer scaling.

configure.ac

index 6d825ba31edae9bac07a4b076b8ac46ffab30c1d..b6541c1b5343fd53aa14703109d041c083184079 100644 (file)
@@ -402,7 +402,7 @@ if test "x$enable_wayland_backend" = "xyes"; then
   GDK_WINDOWING="$GDK_WINDOWING
 #define GDK_WINDOWING_WAYLAND"
   DISABLE_ON_WAYLAND='%'
-  WAYLAND_PACKAGES="wayland-client >= 1.0.0 xkbcommon >= 0.2.0 wayland-cursor"
+  WAYLAND_PACKAGES="wayland-client >= 1.1.90 xkbcommon >= 0.2.0 wayland-cursor"
   AM_CONDITIONAL(USE_WAYLAND, true)
 else
   AM_CONDITIONAL(USE_WAYLAND, false)